projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
899cb8f
)
(Fintern): Properly compare lisp objects.
author
Richard M. Stallman
<rms@gnu.org>
Thu, 7 May 1998 20:48:17 +0000
(20:48 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Thu, 7 May 1998 20:48:17 +0000
(20:48 +0000)
src/lread.c
patch
|
blob
|
history
diff --git
a/src/lread.c
b/src/lread.c
index 755c6ec1d0a9ed08351da9eba27f611a5b3f4b53..00d93192f3033df73c93a79feb4d46e9005a8181 100644
(file)
--- a/
src/lread.c
+++ b/
src/lread.c
@@
-2320,7
+2320,7
@@
it defaults to the value of `obarray'.")
XSYMBOL (sym)->obarray = obarray;
if ((XSTRING (string)->data[0] == ':')
- &&
obarray == initial_obarray
)
+ &&
EQ (obarray, initial_obarray)
)
XSYMBOL (sym)->value = sym;
ptr = &XVECTOR (obarray)->contents[XINT (tem)];